Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
ISearchJob::ExcludeFilters Property
ISearchJob Interface | ISearchJob Interface | Send Feedback

A file will be searched if it matches one of the IncludeFilters and does not match any of the ExcludeFilters.

__property BSTR ExcludeFilters;
Remarks

Filename filters only apply to unindexed searches. 

IncludeFilters and ExcludeFilters can each contain one or more filename filters, separated by spaces, to apply to files in the directories selected. (ExcludeFilters can be blank.) If a filename filter contains a space, put it in quotation marks. A filename filter that does not contain a backslash is compared to the name of each file. A filename filter that contains a backslash is compared to the fully- qualified pathname of each file. Example:  

*.DOC *DOCS*.WPD "*My Documents*"
Interface
Links
You are here: COM Interface > Interfaces > ISearchJob Interface > ISearchJob::ExcludeFilters Property
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.